home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / sound / sb16dd.zip / READ.ME next >
Text File  |  1994-04-07  |  5KB  |  128 lines

  1. INTRODUCTION:
  2.  
  3. THESE INSTRUCTIONS AND THE ACCOMPANYING DRIVER FILE
  4. ARE PRESENTED "AS IS" WITH NO IMPLICATION OF WARRANTY.
  5.  
  6. This is the READ.ME file that accompanies the SoundBlaster
  7. 16 driver file SB16DD.SYS.  If you are using a SoundBlaster
  8. 16 or compatible sound card and you have been having
  9. trouble with the audio for Experience C++, this driver may
  10. help.
  11.  
  12. IMPORTANT NOTE:
  13.  
  14. You must be using a card that is 100% SoundBlaster compatible.
  15. Some cards that claim to be SoundBlaster compatible do not
  16. work with this driver.  See WHAT IF IT DOESN'T WORK? below
  17. for more details.
  18.  
  19. USING THE SB16DD.SYS DRIVER:
  20.  
  21. To use the driver in DOS:
  22.  
  23.         Copy it from the diskette to the EXPERCPP directory (if
  24.         that's what you specified in the original installation) -
  25.         COPY A:\SB16DD.SYS C:\EXPERCPP
  26.  
  27.         Edit your config.sys file:
  28.  
  29.         Find the line created by the original Experience
  30.         C++ installation. It will be something like:
  31.         DEVICE=C:\EXPERCPP\XXXX.SYS 1 5 220 4
  32.  
  33.         Change this line to:
  34.                 DEVICE=C:\EXPERCPP\SB16DD.SYS
  35.  
  36.         Add the correct parameters:
  37.  
  38.         The SoundBlaster 16 has 6 parameters.  The format is:
  39.         DEVICE=C:\EXPERCPP\SB16DD.SYS <MIDI> <DMA> <HIDMA>
  40.                 <IRQ> <IO> <IOBUFF>
  41.  
  42.         e.g.,  DEVICE=C:\EXPERCPP\SB16DD.SYS 1 1 5 5 220 8
  43.  
  44.         The defaults are:
  45.                 MIDI 1 - MIDI channel
  46.                 DMA 1 - DMA channel
  47.                 HIDMA 5 - Hi-speed DMA channel
  48.                 IRQ 7 - Interrupt Request level
  49.                 IO 220 - I/O address (hexadecimal)
  50.                 IOBUFF 8 - I/O buffer size in KB's.
  51.  
  52.         Normally, you would only change the IRQ or IOBUFF parameters.
  53.  
  54. To use the driver in OS2:
  55.  
  56.         Create a directory for the driver. Copy it from the diskette
  57.         to the directory you created. For example, if you created
  58.         the directory EXPERCPP on your C drive:
  59.                 COPY A:\SB16DD.SYS C:\EXPERCPP
  60.  
  61.         Click with the right mouse button on the Experience C++ icon.
  62.  
  63.         Select Open
  64.            Settings
  65.  
  66.                 In the Settings screen
  67.  
  68.                    Select the Session page
  69.  
  70.                      Select DOS Settings
  71.  
  72.                         Select DOS Device
  73.  
  74.                         Replace the current DOS settings value
  75.                         with the fully qualified path name of the
  76.                         driver file and correct parameters.
  77.                         For example:
  78.                         C:\EXPERCPP\SB16DD.SYS 1 1 5 5 220 8.
  79.  
  80.                         The SoundBlaster 16 has 6 parameters.
  81.                         The format is:
  82.                         SB16DD.SYS <MIDI> <DMA> <HIDMA> <IRQ> <IO> <IOBUFF>
  83.                         For example: C:\EXPERCPP\SB16DD.SYS 1 1 5 7 240 12
  84.                         sets the Interrupt request level (IRQ) to 7 and the I/O buffer
  85.                         (IOBUFF) to 12. The other options are set to their default values.
  86.  
  87.                         The defaults are:
  88.                                 MIDI 1 - MIDI channel
  89.                                 DMA 1 - DMA channel
  90.                                 HIDMA 5 - Hi-speed DMA channel
  91.                                 IRQ 5 - Interrupt Request level
  92.                                 IO 220 - I/O address (hexadecimal)
  93.                                 IOBUFF 8 - I/O buffer size in KB's.
  94.  
  95.                         Normally, you would only change the IRQ or IOBUFF parameters.
  96.  
  97.  
  98.                                                         Enjoy Experience C++!
  99.  
  100. WHAT IF IT DOESN'T WORK?
  101.  
  102. If you followed the instructions above and you do not get
  103. any audio when you start Experience C++, first check to
  104. be sure that you specified the correct IRQ, DMA, and
  105. I/O address for your card.  The defaults for these values
  106. should be specified in the documentation for your card.
  107.  
  108. If you are certain that the IRQ, DMA, and I/O address
  109. are correct, it may be that the SB16DD.SYS driver is not
  110. working because your card is not 100% SoundBlaster
  111. compatible.  If this is the case, you may want to try
  112. running the installation routine again.  Follow the
  113. instructions on the cover of your Experience C++ CD
  114. case and specify "SoundBlaster 1.0, 2.0 compatible"
  115. as the type of your sound card.  When the installation
  116. routine asks you for your IRQ and I/O address, set them
  117. to the settings for your card.  Set the I/O buffer size
  118. to 8.
  119.  
  120. Note:
  121.  
  122. The SoundBlaster compatible driver that is included with
  123. Experience C++ does not work with high order IRQs.  If
  124. you have set the IRQ for your sound card to 10 or more,
  125. you will have to reset it to 5 or 7 to hear the audio
  126. portion of Experience C++.
  127.  
  128.